In This Topic
Learning GdPicture.NET / Sample Guide Overview / .NET Sample Projects / OCR & Segmentation

OCR & Segmentation

In This Topic
 OCR Sample

This demo is designed to show you how to OCR images and PDF documents and how to extract the text you need using any language dictionary available. It also illustrates how to choose different OCR contexts for different documents and parts of them, and how to OCR a Region of Interest on a document.

Available in both C# and VB.NET in the WinForm folder, also available as a compiled application in the Bin folder located in [INSTALLATION FOLDER]/Samples/.

 Segmentation Sample

This demo is designed to show you how to use the image segmentation support. This feature offers you thresholding of your image into various areas, like blocks of text, graphics or images. You can select from more options to see how your image-based document is divided into segments.

Available in both C# and VB.NET in the WinForm folder located in [INSTALLATION FOLDER]/Samples/.

 Image to PDF-OCR Sample
 PDF to PDF-OCR Sample
 TIFF to PDF-OCR Sample